home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1990-12-20 | 1.0 KB | 23 lines | [.Ob./.Ob2] |
- Syntax10.Scn.Fnt
- Syntax10i.Scn.Fnt
- Def.Show ^
- Def.Show *
- Def.Show */p
- Def.Show ~
- -----------------------------------------------------------
- Oberon / Object Oberon Definition Projector (cas 25-Jul-90)
- Extracts the exported part of a module and displays the result as a
- "definition module", called a definition projection. Besides the usual
- Oberon export rule, comments may be exported by using one of the
- following conventions:
- (** ... *)
- (** ... **)
- All export marks (*) are removed from the projection to reduce clutter.
- Textual formatting (indentation, fonts) is mostly preserved. Projecting
- a definition is fast enough to encourage on-the-fly projection without
- ever storing a projection which could easily lead to inconsistencies.
- (Note that projections are always related to source texts, while the
- system browser produces results consistently related to symbol files.)
- Def.Show follows the usual parameter conventions. The option "/p"
- forces "plain style" projections using the default font, only.
-